 |
 |
 |
 |
#150701 - 08/23/02 07:34 AM
Re: [6.3x] Modification Wordlets [Finished]
|
Member
Registered: 08/05/02
Posts: 64
|
If you look in that long list you posted, the second to last option: quote:</font><hr />Originally posted by Chrimera: document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_img&r=$ran> - $vars_wordlets_cp{wordlet_frag_image}</option>");<hr /></blockquote>Is what you are looking for instead of what is in the instructions. It seems the format is a little bit different. You also need to change the format of what you're pasting below it. I think I made it like this to match the others (I don't have access to my code right now: <blockquote><font class="small">code: [qb] document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_mods;r=$ran> $vars_wordlets_cp{wordlet_frag_mods}</option>");[/qb] Another thing I noticed is that the new wordlets_mods file that is supplied should not be in the "variables" directory... it should be in the directory with all the other wordlets files (I think that's "theme" but again I'm not looking at my code right now).
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#150707 - 10/08/02 12:30 PM
Re: [6.3x] Modification Wordlets [Finished]
|
Member
Registered: 06/06/01
Posts: 33
|
Just curious what could cause this... I had the same issue above not being able to find:
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_img&r=$ran> - Image Wordlet™ List</option>");
to add the next line, so I did as Shriveled Toe suggested, adding this instead so it fit my format:
document.writeln("<option value=$vars_config{CGIURL}/cp.cgi?ubb=wordlets_mods;r=$ran> - $vars_wordlets_cp{wordlet_frag_mods}</option>");
However, for whatever reason, in my menu for Wordlets, it looks like this:
(etc) - Date - Image -
where it should say Modifications it's blank. I can select that line in the menu, and then subsequently I can see the Modifications Wordlet page, with mod_worldets being the only one in there so far (which I assume is all I'm supposed to be seeing), but I don't know why there's no title in the menu.
Any ideas? We've got 6.3.1. It's not a big deal, I know it's there, I just want to make sure it's not a sign of a bigger problem.
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|